From: Michael Albinus Date: Thu, 26 Feb 2009 14:28:45 +0000 (+0000) Subject: * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1527 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dcee93948a33fb916947e7ab451bc3778259f6b0;p=emacs.git * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index e2e603a6b0a..fb7fc9d471b 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -6124,7 +6124,8 @@ and end of region, and are expected to replace the region contents with the encoded or decoded results, respectively.") (defconst tramp-remote-coding-commands - '((b64 "mimencode -b" "mimencode -u -b") + '((b64 "base64" "base64 -d") + (b64 "mimencode -b" "mimencode -u -b") (b64 "mmencode -b" "mmencode -u -b") (b64 "recode data..base64" "recode base64..data") (b64 tramp-perl-encode-with-module tramp-perl-decode-with-module)